home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00177.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  128 b   |  9 lines

  1. on mouseUp
  2.   global inmovie
  3.   if inmovie = "mainmenu.dxr" then
  4.     go(1)
  5.   else
  6.     go(1, the moviePath & inmovie)
  7.   end if
  8. end
  9.